home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / play / budda / game.bat < prev    next >
DOS Batch File  |  1994-10-11  |  617b  |  21 lines

  1. @echo off
  2. \play\memtst.exe B449000
  3. if errorlevel = 1 goto XXERRXX
  4. if errorlevel = 0 goto XXWEITERXX
  5. :XXERRXX
  6. echo 
  7. echo As you see above, there is an error which might cause problems.
  8. echo Either you did not have enough BASE memory, not a 386, or some-
  9. echo thing different. You might now try to start the game anyway, but
  10. echo this could (and most often will) cause some problems.
  11. :XXASKXX
  12. \play\ec.exe Do you want to start the program anyway? (Y/N)
  13. if errorlevel = 25 goto XXWEITERXX
  14. if errorlevel = 14 goto YYWEITERYY
  15. goto XXASKXX
  16. :XXWEITERXX
  17. gbl1
  18. :YYWEITERYY
  19. cd \
  20. menue.bat %1 %2 %3 %4 %5 %6
  21.